home *** CD-ROM | disk | FTP | other *** search
/ Aminet 22 / Aminet 22 (1997)(GTI - Schatztruhe)[!][Dec 1997].iso / Aminet / util / rexx / backuprexx.readme < prev    next >
Text File  |  1997-11-02  |  2KB  |  72 lines

  1. Short:    Runs backup s/w at specified intervals
  2. Author:   paul@pieland.u-net.com (Paul Middleton)
  3. Uploader: Author
  4. Version:  1.0
  5. Type:     util/rexx
  6.  
  7. This is just a simple (and fairly ugly) ARexx script, which
  8. will launch your backup software at specified intervals.
  9. As long as your software can be run from the CLI, then
  10. you shouldn't have any problems...
  11.  
  12. It will check when a backup was last done, and either perform
  13. a backup, or not, depending on the interval you specify. Of
  14. course, the first time you run the script, it will perform a
  15. backup automatically.
  16.  
  17. Requirements:
  18.  
  19. None. This script isn't designed with any particular
  20. software in mind. Just out of interest, I use
  21. DailyBackUp242 by Daniel Schulz.
  22.  
  23. Installation:
  24.  
  25. Just copy backup.rexx and backup.rexx.info to WBStartup.
  26.  
  27. Copy filecheck to the destination device if you are using
  28. a squirrel, or s: if you are using another scsi device.
  29.  
  30. You need to change some of the parameters of the script.
  31. These are indicated by having comments in /* UPPERCASE */
  32. alongside.
  33.  
  34. The reason filecheck is better on the dest device with a
  35. squirrel, is the fact that, occasionally, the squirrel will
  36. not be recognised, if it has been moved slightly. This way, if
  37. backup.rexx doesn't find filecheck, it won't try and initiate
  38. a backup. Okay, it isn't great, but then neither is squirrelscsi...
  39.  
  40. Usage:
  41.  
  42. As long as the paths are correct in the script, and your backup
  43. software can be run from the CLI, then just ignore it. You will
  44. know if a backup is due.
  45.  
  46.  
  47. Twaddle:
  48.  
  49. This is my first "proper" ARexx script, hence its lack of
  50. coding elegance. There'll be no stopping me now...
  51. No responsibility can be accepted for any damage using this script
  52. may cause. It works for me, but then, I'm not you.
  53.  
  54. Thanks to Neil Bothwick, for making me feel inadequate all these
  55. years with his ARexx prowess, and to CountB, the original Man in Black.
  56.  
  57. Comments, insults, suggestions to: paul@pieland.u-net.com
  58.  
  59. Paul Middleton aka Terry Christian
  60.  
  61.  
  62. ============================= Archive contents =============================
  63.  
  64. Original  Packed Ratio    Date     Time    Name
  65. -------- ------- ----- --------- --------  -------------
  66.     1785     791 55.6% 18-Oct-97 11:27:54  backup.rexx
  67.      845     361 57.2% 17-Oct-97 10:11:12  backup.rexx.info
  68.     1973    1022 48.2% 18-Oct-97 11:41:46  backuprexx.readme
  69.        2       2  0.0% 17-Oct-97 21:15:42  filecheck
  70. -------- ------- ----- --------- --------
  71.     4605    2176 52.7% 18-Oct-97 19:45:28   4 files
  72.